home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 5 / Apprentice-Release5.iso / Source Code / Libraries / MacPNG Library 1.02 / pngMacSrc 1.02 / png.1 / ptot / inflate.h < prev    next >
C/C++ Source or Header  |  1995-08-18  |  324b  |  17 lines

  1. /*
  2.  * inflate.h
  3.  *
  4.  * Definitions needed for interfacing ptot to Mark Adler's 
  5.  * inflate.c from the Info-ZIP distribution.  Most of the
  6.  * real work is moved to ptot.h, because ptot.c needs to
  7.  * share the structures.
  8.  */
  9.  
  10. #include <stdlib.h>
  11. #include <string.h>
  12. #include <stdio.h>
  13.  
  14. #include "ptot.h"
  15.  
  16. extern PNG_STATE ps;
  17.